From 0a5582b0cc35f26efc65a5bba87f216f70edc02b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Jun 2002 13:11:12 +0000 Subject: [PATCH] (info-menu-5): Fix documentation. (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'. --- lisp/info.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index afc4433a253..a12602afb3e 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -65,7 +65,7 @@ The Lisp code is executed when the node is selected.") (defface info-menu-5 '((((class color)) (:foreground "red1")) (t (:underline t))) - "Face for the fifth and nineth `*' in an Info menu." + "Face for every third `*' in an Info menu." :group 'info) (defface info-xref @@ -76,7 +76,7 @@ The Lisp code is executed when the node is selected.") :group 'info) (defcustom Info-fontify-maximum-menu-size 100000 - "*Maximum size of menu to fontify if `Info-fontify' is non-nil." + "*Maximum size of menu to fontify if `font-lock-mode' is non-nil." :type 'integer :group 'info) -- 2.30.2